Color Hex Logo

#cbe68d Color Hex

#CBE68D
(203,230,141)
0 Favorites   0 Comments

Color spaces of #cbe68d

RGB 203230141
HSL0.220.640.73
HSV78°39°90°
CMYK 0.120.000.39   0.10
XYZ57.733171.213235.9020
Yxy71.21320.35020.4320
Hunter Lab84.3879-25.560033.8472
CIE-Lab87.5885-23.055340.4301

#cbe68d color RGB value is (203,230,141).

#cbe68d hex color red value is 203, green value is 230 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #cbe68d hue: 0.22 , saturation: 0.64 and the lightness value of cbe68d is 0.73.

The process color (four color CMYK) of #cbe68d color hex is 0.12, 0.00, 0.39, 0.10. Web safe color of #cbe68d is #ccff99. Color #cbe68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11100110 10001101
Octal 313 346 215
Decimal 203 230 141
Hex CB E6 8D

RGB Percentages of Color #cbe68d

%35.37
%40.07
%24.56

CMYK Percentages of Color #cbe68d

%12
%0
%39
%10

Triadic Colors of #cbe68d

#cbe68d #8dcbe6 #e68dcb

Analogous Colors of #cbe68d

#cbe68d #9fe68d #e6d58d

Monochromatic Colors of #cbe68d

#cbe68d

Complementary Color

#cbe68d #a88de6

#cbe68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe68d Color CSS Codes

.mybgcolor {background-color:#cbe68d; } 
.myforecolor {color:#cbe68d; }
.mybordercolor {border:3px solid #cbe68d; }

#cbe68d Text Font Color

<p style="color:#cbe68d">Text here</p>

This sample text font color is #cbe68d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbe68d Background Color

<div style="background-color:#cbe68d">
Div content here</div>

This div background color is #cbe68d


#cbe68d Border Color

<div style="border:3px solid #cbe68d">
Div here</div>

This div border color is #cbe68d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,230,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbe68d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbe68d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe68d;
  box-shadow:         1px 1px 3px 2px #cbe68d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,230,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbe68d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbe68d;
  -webkit-box-shadow: 1px 1px 3px 2px #cbe68d;
  box-shadow:         1px 1px 3px 2px #cbe68d;">
Div content here</div>

This div box has shadow with color #cbe68d


Comments

No comments written yet.

Please login to write comment.