Color Hex Logo

#cbe85d Color Hex

#CBE85D
(203,232,93)
0 Favorites   0 Comments

Color spaces of #cbe85d

RGB 20323293
HSL0.200.750.64
HSV73°60°91°
CMYK 0.130.000.60   0.09
XYZ55.461071.200021.1758
Yxy71.20000.37520.4816
Hunter Lab84.3801-30.341444.1868
CIE-Lab87.5821-28.657262.7148

#cbe85d color RGB value is (203,232,93).

#cbe85d hex color red value is 203, green value is 232 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #cbe85d hue: 0.20 , saturation: 0.75 and the lightness value of cbe85d is 0.64.

The process color (four color CMYK) of #cbe85d color hex is 0.13, 0.00, 0.60, 0.09. Web safe color of #cbe85d is #ccff66. Color #cbe85d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 11101000 01011101
Octal 313 350 135
Decimal 203 232 93
Hex CB E8 5D

RGB Percentages of Color #cbe85d

%38.45
%43.94
%17.61

CMYK Percentages of Color #cbe85d

%13
%0
%60
%9

Triadic Colors of #cbe85d

#cbe85d #5dcbe8 #e85dcb

Analogous Colors of #cbe85d

#cbe85d #86e85d #e8c05d

Monochromatic Colors of #cbe85d

#cbe85d

Complementary Color

#cbe85d #7a5de8

#cbe85d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbe85d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbe85d Color CSS Codes

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

#cbe85d Text Font Color

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

This sample text font color is #cbe85d
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.


#cbe85d Background Color

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

This div background color is #cbe85d


#cbe85d Border Color

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

This div border color is #cbe85d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbe85d


Comments

No comments written yet.

Please login to write comment.